home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wolfenstein 3D & Blake S… Gold (Companion Edition)
/
Wolfenstein 3D and Blake Stone Aliens of Gold - Companion Edition.iso
/
wolf
/
wolfms
/
bufiles.bat
< prev
next >
Wrap
DOS Batch File
|
1994-02-25
|
345b
|
18 lines
echo off
IF EXIST GAMEMAPS.XXX GOTO MAP
COPY GAMEMAPS.WL6 GAMEMAPS.XXX>nul
:MAP
IF EXIST MAPHEAD.XXX GOTO ALREADY
COPY MAPHEAD.WL6 MAPHEAD.XXX>nul
REN SAVE*.WL6 SAVE*.XXY>nul
goto ok
:ALREADY
echo Your files are already backed up!
pause
goto end
:ok
echo Your files are now safe and can be recalled at any time
pause
:end
wolfM